Revoke Token Public HTML
GET /api/v1/users/revoke/{token}/public/htm
Description
Revoke a token and return public HTML.
Path Parameters
| Name | Type | Description |
|---|---|---|
token | string | The token to be revoked (path) |
Request Headers
| Name | Type | Description |
|---|---|---|
| None | No headers |
Request Body
| Name | Type | Description |
|---|---|---|
| None | No request body |
Example
GET /api/v1/users/revoke/{token}/public/htm
Response Code: 200 - OK
Description
Token revoked successfully. Returns public HTML.
Response Fields
The response does not contain any specific fields.
Method: GET
>http://your-api-url/api/v1/users/revoke/{token}/public/htm
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/users/revoke/{token}/public/htm \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!